home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / dmz-cursor-theme.postinst < prev    next >
Encoding:
Text File  |  2007-06-01  |  291 b   |  10 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. update-alternatives --install /usr/share/icons/default/index.theme \
  7.         x-cursor-theme /usr/share/icons/DMZ-White/cursor.theme 50
  8. update-alternatives --install /usr/share/icons/default/index.theme \
  9.         x-cursor-theme /usr/share/icons/DMZ-Black/cursor.theme 30
  10.